home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / nyword23.zip / CHANGES.23 < prev    next >
Text File  |  1988-11-04  |  8KB  |  163 lines

  1.                   ADDITIONS TO NEW YORK WORK VERSION 2.3
  2.  
  3. Directory listing mechanism (ALT F1).
  4. ------------------------------------
  5.     Perhaps the most requested feature was the ability to view a directory
  6. from within NYW.
  7.     If you invoke NYW from DOS without specifying a file name on the
  8. command line, NYW will ask you for the name of the file. If you press
  9. <ENTER>, NYW will show you the contents of your current directory. If you
  10. type a filename specifier (ie - something like "*.doc"), or the name of
  11. another subdirectory (ie - c:\letters), then NYW will display a listing of
  12. all matching files in the specified subdirectory.
  13.     You can also bring up a directory from within your NYW editing session
  14. at any time. To do this, press the <ALT> <F1> key combination.
  15.     When the directory listing has been brought up, you can browse through
  16. it by using the <UP>, <DOWN>, <PGUP>, and <PGDN> keys. As you move through
  17. the listing, you will see one file highlighted. To edit that file, press
  18. <ENTER> when the highlight is over that file name. To get out of the
  19. directory listing without editing another file, hit the <ESC> key.
  20.  
  21.  
  22. Saving without exiting.
  23. -----------------------
  24.     You can now save a file to disk without exiting NYW. When you press the
  25. <CTRL D> key to exit, you will be prompted to save the file. After you have
  26. done so, NYW will ask you if you want to exit to DOS. Pressing 'Y' will ex-
  27. it, and pressing any other key will leave you back in your editing session.
  28.  
  29.  
  30. Word Counting.
  31. -------------
  32.     We have added a new command to count the number of words in your
  33. document. This feature was requested by many of our customers who are also
  34. writers and journalists. To count the number of words in your current
  35. document, just press the <CTRL> N key. A message will appear on the status
  36. line which will tell you the number of words in the document. 
  37.  
  38.  
  39. Expanded Keyboard Macro capabilities.
  40. -------------------------------------
  41.     We have greatly expanded the capabilities of keystroke macros. Pressing
  42. the <CTRL F4> key combination brings up a menu of things you can do with
  43. keystroke macros.
  44.     First you should be aware that there is the notion of the "current
  45. keystroke macro". This is the keystroke macro which you defined by pressing
  46. the <F4> key (and the one which will be played back when you press the <F3>
  47. key).
  48.     When you press the <CTRL F4> key, a menu will appear which gives you
  49. the choice of Assigning, Clearing, Loading, and Saving a keystroke macro.
  50. Assigning a keystroke macro will take the current keystroke macro and as-
  51. sign it to another key. NYW will prompt you for that key; you can press any
  52. key except the <ESC> key. After that, any time you press that key, the
  53. keystroke macro will be replayed. You can also enter a new keystroke macro
  54. with the <F4> key without affecting the newly assigned macro.
  55.     Clearing a keystroke macro will "disassociate" the assigned keyboard
  56. macro from the key you assigned it to. That key will then take on its old
  57. meaning. For instance, the <F1> key is the <DELETE LINE> command. You can
  58. assign a keystroke macro to the <F1> key, but then you will lose the
  59. capability to delete a line from your file. Clearing the keystroke macro
  60. from the <F1> key will re-enable the <DELETE LINE> function.
  61.     You can Save a keystroke macro to disk to a file name of your choosing.
  62. In addition, you can Load a keystroke macro from disk into your current
  63. editing session.
  64.  
  65.  
  66. Pause in Keyboard Macro
  67. -----------------------
  68.     When you are capturing keystrokes for a keyboard macro (by pressing the 
  69. <F4> key), you can define a "pause" by pressing the <CTRL P> key at any
  70. time during the capturing. When you press <CTRL P>, NYW will ask you to
  71. enter a prompt. When you replay the keystrokes, and when NYW encounters the 
  72. "pause", the replay process will halt and the prompt which you defined will 
  73. appear on the status line. At that point, you should enter a response to
  74. the prompt and press <ENTER>. The response will be inserted in your
  75. document.
  76.     As an example, let's say that you are defining a keyboard macro, and as 
  77. part of that process, you want to enter the name of someone into your
  78. document. You would define the keystroke macro by pressing the <F4> key,
  79. and at the appropriate point, press <CTRL P>. NYW asks you to type your
  80. customizeable propmpt, so you type "Enter a name: ". Then, you continue
  81. defining the rest of the keystroke macro and press <F4> when you are done.
  82.     When you replay the macro, NYW will replay the keys up to the point of
  83. the pause. Then NYW will display on the status line "Enter a name: ". You
  84. would then type a name, like "Marc Adler", and press <ENTER>. NYW will
  85. insert "Marc Adler" at the current position in your document, and will
  86. continue to replay the rest of the keystrokes.
  87.     You can have as many pauses as you like within a keystroke macro. Using 
  88. pauses is a perfect way to partially automate the process of repetitve data 
  89. entry.
  90.  
  91.  
  92. Typewriter Mode
  93. ---------------
  94.     Several users have requested the ability to use NYW in "typewriter
  95. mode". In this mode, every character that you type will be sent directly to 
  96. the printer as you type it. When you hit the <ENTER> key, the printer will
  97. jump to the next line of paper. This mode is toggled on and off by pressing
  98. the <ALT> 8 key combination.
  99.  
  100.  
  101. New flags in DOS command line added.
  102. -----------------------------------
  103.    -n will number lines at print time
  104.    -f will disable formfeed and will cause printer to space out to end
  105.       of page
  106.    -t will enable typewriter mode
  107.  
  108.  
  109. New parameters added to WPPRMENU.
  110. --------------------------------
  111.   "bp" -  This gives an start-of-page sequence.
  112.   "ep" -  This gives an end-of-page sequence.
  113.  
  114.  
  115. Keyboard Speedup
  116. ----------------
  117.     If you have an AT-class machine, then you can take advantage of the
  118. machines programmable typeamatic rate. There are two new parameters in the
  119. WPDEFAUL file. These parameters are :
  120.  
  121.   kr - keyboard typeamatic rate when a key is held down
  122.   kd - delay until typeamatic takes effect
  123.  
  124.     In a normal computing environment, the rate is 12 and the delay is 1.
  125. To get maximum keyboard speedup, set both of these values to 0.
  126.  
  127.  
  128. Modifyable date format
  129. ----------------------
  130.     The <ALT F2> key will bring up a screen which lets you modify the
  131. format which NYW uses to print out dates. This was added due to requests
  132. from our European users.
  133.  
  134.     The date format can be any sequence of characters with the numbers '1'
  135. through '5' interspersed. These numbers have the following special
  136. meanings:
  137.  
  138.   1 - month name     2 - month number   3 - day
  139.   4 - year (4 digits)    5 - year (2 digits)
  140.  
  141.     When NYW prints the date, it will go through each character in the date
  142. format and will print out all characters which don't match the ones above
  143. as is. If it encounters the digits '1' through '5', it will print out the
  144. corresponding information.
  145.     For instance, let's say that today's date in November 28, 1988. If your 
  146. date format is "1 3, 4", NYW will print out the date as "November 28, 1988".
  147. If the date format is "2/3/5", NYW will print the date as "11/28/88".
  148.  
  149.  
  150. To Spool or Not to Spool
  151. ------------------------
  152.     The <ALT F7> key will allow you to toggle the print spooler on and off. 
  153. Many novice users of floppy disk systems couldn't understand why NYW would
  154. only print part of there documents. This was mainly due to the fact that
  155. NYW would try to write your entire file to a temporary spool file on disk,
  156. and while the keyboard was idle, attempt to print a character from the
  157. spool file. However, if the disk was near capacity, then NYW would only be
  158. able to write out part of the file to disk.
  159.     To make things easier on novice users (a good portion of NYW's market), 
  160. spooling was disabled by default. Turn on spooling only if you know what
  161. you're doing!
  162.  
  163.